local host/local hosting
1.xamp
It's an Open Source web server with all the tools and language support built-in to it. It's ready to use and makes it easier for developers to take their code and host it locally and test the same. XAMPP is a local web server which helps you to make the web application at your system and run at the browser at local environment at your local machine.
In
your local machine you would need to use specially Apache server and MySQL That
will be enough to make a web application and test it on your local server, and
later you can shift this code to the live server. XAMPP stands for
Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a
simple, lightweight Apache distribution that makes it extremely easy for
developers to create a local web server for testing purposes. Everything needed
to set up a web server – server application (Apache), database (MariaDB), and
scripting language (PHP) – is included in an extractable file. XAMPP is also
cross-platform, which means it works equally well on Linux, Mac and Windows.
2.creating local host/server
XAMPP
is a simple, lightweight Apache distribution that makes it extremely easy for
developers to create a local web server for testing and development purposes.
It is a free and open source cross-platform web server solution stack package
developed by Apache HTTP Server, MariaDB database, and interpreters for scripts
written in the PHP and Perl programming languages. XAMPP stands for
Cross-Platform(X), Apache(A), MariaDB(M), PHP(P) and Perl(P). Everything needed
to set up a web server-server application(apache), database(MariaDB), and
scripting language(PHP)- is included in an extractable file. XAMPP is also
cross-platform, which means it works equally well on Linux, Mac and Windows.
Since most actual web server deployments use the same components as XAMPP, it
makes transitioning from a local test server to a live server extremely easy as
well. USB Webserver is a combination of the popular webserver software: Apache
MySQL, Php and phpMyAdmin. With USBWebserver it is
possible to develop and show your Php websites, everywhere and anytime.
The advantage of USB Web server is you can use it from USB of even CD
USBWebserver is perfect for:
- Show
an offline version of your website.
- Anywhere
and anytime develop PHP websites.
- No
need for expensive hosting.
- Working at multiple location at projects.
- · A good test before putting your website online.
![]() |
| local host/server |
1.2 HTML
HTML
stands for Hypertext Markup language, and it is the most widely used language
to Write Web Pages. Hypertext refers to the way in which Web pages (HTML
documents) are linked together. Thus the link available on a webpage is called
Hypertext.
As
it name suggests, HTML is a Markup language which means you use HTML to simply
“mark-up” a text document with tags that tell a web browser how to structure it
to display. Originally, HTML was developed with the intent of defining the
structure of documents like headings, paragraphs, lists, and so forth to
facilitate the sharing of scientific information between researchers, Now HTML
is being widely used to format web pages with the help of different tags
available in the HTML language.
<html>
<head>
<title>Login</title>
</head>
<body bgcolour = ”#99FFFF”>
<h1 align =
”center”>EXAMPLE</h1>
<h2 align =”center”>EXAMPLE </h2>
<h1>Login</h1>
<form name=”login
form” method=”get”>
<level>username<br/></level>
<input name
=”username” type =”text”/><br/>
<level><password<br/></level>
<input name=”password”
type =”password “maxlength =”8”></br>
<input type=”submit”
value=”Login”>
</form>
<a
href=”registration.php”>Register</a>
</body>
1.3 PHP
PHP (recursive acronym for PHP: Hypertext
Preprocessor) is a widely-used open source general-purpose scripting language
that is especially suited for web development and can be embedded into HTML. PHP
provides built-in database connectivity for a wide range of databases
-MySQL, PostgreSQL, Oracle, Berkeley DB, Informix, MySQL, Lotus
Notes, and more
Another advantages of using a programming language has designed
for the creation of web application.


Comments
Post a Comment